Skip to content

Backport v25.3.x: Disable scheduling_group_nesting test in Alpine workflow#269

Merged
joe-redpanda merged 1 commit intov25.3.xfrom
25_3_alpine
Apr 20, 2026
Merged

Backport v25.3.x: Disable scheduling_group_nesting test in Alpine workflow#269
joe-redpanda merged 1 commit intov25.3.xfrom
25_3_alpine

Conversation

@joe-redpanda
Copy link
Copy Markdown

The scheduling_group_nesting test is flaking consistently in the Alpine Linux CI environment. Exclude it from the test run until the flakiness can be resolved.

The scheduling_group_nesting test is flaking consistently in the Alpine
Linux CI environment. Exclude it from the test run until the flakiness
can be resolved.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports a CI workaround to stabilize the Alpine Linux GitHub Actions workflow by excluding a consistently flaking unit test from the ctest run.

Changes:

  • Update the Alpine workflow’s unit test invocation to exclude scheduling_group_nesting via ctest -E.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: Run unit tests
run: |
ctest --test-dir build --output-on-failure -j2
ctest --test-dir build --output-on-failure -j2 -E scheduling_group_nesting
@joe-redpanda joe-redpanda merged commit bfe1663 into v25.3.x Apr 20, 2026
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants